google.golang.org/grpc.ClientConn.channelz (field)

24 uses

	google.golang.org/grpc (current package)
		balancer_wrapper.go#L95: 			ChannelzParent:  cc.channelz,
		balancer_wrapper.go#L122: 			channelz.Infof(logger, ccb.cc.channelz, "Channel switches to new LB policy %q", name)
		balancer_wrapper.go#L160: 	channelz.Info(logger, ccb.cc.channelz, "ccBalancerWrapper: closing")
		balancer_wrapper.go#L197: 		channelz.Warningf(logger, ccb.cc.channelz, "acBalancerWrapper: NewSubConn: failed to newAddrConn: %v", err)
		clientconn.go#L207: 	channelz.Infof(logger, cc.channelz, "parsed dial target is: %#v", cc.parsedTarget)
		clientconn.go#L208: 	channelz.Infof(logger, cc.channelz, "Channel authority set to %q", cc.authority)
		clientconn.go#L210: 	cc.csMgr = newConnectivityStateManager(cc.ctx, cc.channelz)
		clientconn.go#L329: 			Desc:     fmt.Sprintf("Nested channel(id:%d) %s", cc.channelz.ID, msg),
		clientconn.go#L333: 	channelz.AddTraceEvent(logger, cc.channelz, 0, ted)
		clientconn.go#L458: 	cc.channelz = channelz.RegisterChannel(parentChannel, target)
		clientconn.go#L621: 	channelz            *channelz.Channel // Channelz object.
		clientconn.go#L777: 		channelz.Infof(logger, cc.channelz, "ignoring service config from resolver (%v) and applying the default because service config is disabled", s.ServiceConfig)
		clientconn.go#L788: 					channelz.Infof(logger, cc.channelz, "method configs in service config will be ignored due to presence of config selector")
		clientconn.go#L858: 		channelz:     channelz.RegisterSubChannel(cc.channelz, ""),
		clientconn.go#L910: 	cc.channelz.ChannelMetrics.CallsStarted.Add(1)
		clientconn.go#L911: 	cc.channelz.ChannelMetrics.LastCallStartedTimestamp.Store(time.Now().UnixNano())
		clientconn.go#L915: 	cc.channelz.ChannelMetrics.CallsSucceeded.Add(1)
		clientconn.go#L919: 	cc.channelz.ChannelMetrics.CallsFailed.Add(1)
		clientconn.go#L1180: 	channelz.RemoveEntry(cc.channelz.ID)
		resolver_wrapper.go#L111: 	channelz.Info(logger, ccr.cc.channelz, "Closing the name resolver")
		resolver_wrapper.go#L156: 	channelz.Warningf(logger, ccr.cc.channelz, "ccResolverWrapper: reporting error to cc: %v", err)
		resolver_wrapper.go#L210: 	channelz.Infof(logger, ccr.cc.channelz, "Resolver state updated: %s (%v)", pretty.ToJSON(s), strings.Join(updates, "; "))
		stream.go#L684: 				channelz.Infof(logger, cs.cc.channelz, "Server retry pushback specified to abort (%q).", sps[0])
		stream.go#L690: 			channelz.Warningf(logger, cs.cc.channelz, "Server retry pushback specified multiple values (%q); not retrying.", sps)